/*banner*/
.banner{
	width: 100%;
	min-width: 1200px;
	height: 600px;
}
.banner>div.active{
	opacity: 1;
}
.banner>div{
	transition: all 0.2s;
	opacity: 0;
	position: absolute;
	width: 100%;
	min-width: 1200px;
	height: 600px;
}

.banner_click{
	opacity: 1;
     min-width: 1200px;
	margin-top: -600px;
	z-index: 11000;
	width: 100%;
	height: 600px;
	position: absolute;
}
.banner_click>ul{
     width: 110px;
     height: 8px;
     margin: 572px auto 0;
}
.banner_click>ul>li{
	border-radius: 5px;
     float: left;
     list-style: none;
     width: 30px;
     height: 8px;
     background: #E8EBED;
     opacity: 0.8;
}
.banner_click>ul>li+li{
     margin-left: 10px;
}
.banner_click>ul>li.active{
     background: #94B258;
}
.banner_click>ul>li>a{
     display: block;
     width: 100%;
     height: 100%;
}
.search{
     overflow: hidden;
     box-shadow: -1px 1px 4px 0 #EFEFEF;
	width: 100%;
	height: 76px;
}
.search>.M{
	height: 28px;
}
.search>.M>div{
     margin-top: 22px;
}
.hotKey>p{
	font-size: 14px;
	margin-right: 10px;
	float: left;
	display: block;
}
.hotKey>a{
	margin-right: 5px;
	margin-top: 7px;
 	font-size: 14px;
	line-height: 14px;
	float: left;
	display: block;
	color: #666666;
	text-decoration: none;
}
.hotKey>a+a{
	border-left: 1px solid #E8E8E8;
     padding: 0 5px;
}
.search>.M>div>form{
	float: right;
	margin-top: -4px;
}

.hotKey{
	margin-top: 2px;
	margin-right: 10px;
	float: left;
     line-height: 28px;
	margin-left: 21px;
}

form{
	margin-right: 31px;
    padding-left: 10px;
	width: 351px;
    height: 35px;
}
form>input:first-child{
	padding-left:10px;
     border-radius: 5px 0 0 5px;
	float: left;
	width: 304px;
	height: 35px;
	border: 1px solid #E8E8E8;
}
form>input:last-child{
     border-radius: 0 5px 5px 0;
	margin-top: 1px;
	width: 35px;
	height: 35px;
	border: none;
	background: #42463B;
}
